Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Node / ReticulumProjects / MeshChatX.git / files / docs / meshchat_on_android_with_termux.md

Displaying Rendered • View rawDownload


docs/meshchat_on_android_with_termux.md 5945dcfaff6f20ff68c6ce5f1f8e9e14be3e3ded (5945dcfa) Text, 1.07 KB

MeshChat on Android

It's possible to run on Android from source, using Termux.

You will need to install a few extra dependencies and make a change to T383838requirements.txt.

T282828
pkg upgrade
pkg install git
pkg install nodejs-lts
pkg install python-pip
pkg install rust
pkg install binutils
pkg install build-essential

You should now be able to follow the how to use it instructions above.

Before running T383838pip install -r requirements.txt, you will need to comment out the T383838cx_freeze dependency. It failed to build on my Android tablet, and is not actually required for running from source.

T282828
nano requirements.txt

Ensure the T383838cx_freeze line is updated to T383838#cx_freeze

│ Note: Building wheel for cryptography may take a while on Android.

Once MeshChat is running via Termux, open your favourite Android web browser, and navigate to http://localhost:8000

│ Note: The default T383838AutoInterface may not work on your Android device. You will need to configure
│ another interface such as T383838TCPClientInterface.


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────